runtime.fixalloc.free (method)
24 uses
runtime (current package)
malloc.go#L794: h.arenaHintAlloc.free(unsafe.Pointer(hint))
mcache.go#L130: mheap_.cachealloc.free(unsafe.Pointer(c))
mcleanup.go#L275: mheap_.specialCleanupAlloc.free(unsafe.Pointer(found))
mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
mgc.go#L2299: mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
mgcmark_greenteagc.go#L642: mheap_.spanSPMCAlloc.free(unsafe.Pointer(r))
mgcmark_greenteagc.go#L787: mheap_.spanSPMCAlloc.free(unsafe.Pointer(r))
mheap.go#L1204: h.spanalloc.free(unsafe.Pointer(s))
mheap.go#L2143: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L2155: mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
mheap.go#L2334: mheap_.specialCheckFinalizerAlloc.free(unsafe.Pointer(found))
mheap.go#L2584: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
mheap.go#L2792: mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
mheap.go#L2798: mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
mheap.go#L2804: mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
mheap.go#L2812: mheap_.specialPinCounterAlloc.free(unsafe.Pointer(s))
mheap.go#L2821: mheap_.specialCleanupAlloc.free(unsafe.Pointer(sc))
mheap.go#L2826: mheap_.specialCheckFinalizerAlloc.free(unsafe.Pointer(sc))
mheap.go#L2831: mheap_.specialTinyBlockAlloc.free(unsafe.Pointer(st))
mheap.go#L2836: mheap_.specialBubbleAlloc.free(unsafe.Pointer(st))
mheap.go#L2853: mheap_.specialSecretAlloc.free(unsafe.Pointer(s))
pinner.go#L380: mheap_.specialPinCounterAlloc.free(unsafe.Pointer(counter))
preempt_xreg.go#L133: xRegAlloc.alloc.free(unsafe.Pointer(xRegs.cache))
proc.go#L5984: mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |